How to find out total number of ip4 packets (that are not TCP,UDP or ICMP)
The header basically says it all. I want to find out the total number of ipv4 packets in a pcap file, that are not TCP,UDP or ICMP. What is the best way to do so?